Class | Class Todos Count | Method with Todos |
---|---|---|
org.exolab.jms.persistence.RDBMSAdapter | 0 | 1 |
Method Todos |
---|
purgeMessages(): this needs to be revisited. See bug 816895 - existing expired messages are purged at startup - messages received that subsequently expire while the server is running are removed individually. - not clear how the previous implementation ever worked. The Messages.getMessageIds() method returns all messages, not just those processed, nor is it clear that the processed flag is ever non-zero. The current implementation (as a fix for bug 816895 - Exception in purgeMessages) simply delegates to removeExpiredMessages() |